Full-Stack

Welcome Portfolio Projects Contact
↑ Go Back ↑

Virtualbox

Virtualbox

Install Virtualbox

Add apt source

Add the following line to your /etc/apt/sources.list

deb http://download.virtualbox.org/virtualbox/debian xenial contrib

Add repository key

Download the key: https://www.virtualbox.org/download/oracle_vbox_2016.asc You can add these keys with

$ sudo apt-key add oracle_vbox_2016.asc

Install the package

$ sudo apt update
$ sudo apt install virtualbox